Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Open AI Custom Skills: Ignite demo refinements #207

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

amitkalay
Copy link
Contributor

@amitkalay amitkalay commented Oct 18, 2024

The code I had originally written wasn't according to the exact format and specification that an indexer would send to the custom skill. I updated the codebase and api-test file to reflect these changes.

I tested the code by running the indexer and verified that it ran successfully._

@amitkalay amitkalay marked this pull request as ready for review October 18, 2024 21:59
"name": "Image Captioning Custom Skill",
"description": "The skill which calls a local or deployed Azure function to describe the image",
"context": "/document/normalized_images/*",
"uri": "https://shiny-enigma-5x5rrgwgwxx3p776-7071.app.github.dev/api/custom_skill",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am deliberately pointing to a locally running endpoint to showcase that the code can be run e2e without deploying to Azure functions. It's also MUCH better to debug/test the code this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant